@forelse($carts as $cart)

{!! $cart->name !!}

{!! $cart->email !!}
Verified Approved

{!! $cart->details !!}

@empty @endif